Mean absolute percentage error

Mean absolute percentage error (MAPE) is measure of accuracy in a fitted time series value in statistics, specifically trending. It usually expresses accuracy as a percentage, and is defined by the formula:

\mbox{M} = \frac{1}{n}\sum_{t=1}^n \left| \frac{A_t-F_t}{A_t}\right|

where At is the actual value and Ft is the forecast value.

The difference between At and Ft is divided by the actual value At again. The absolute value of this calculation is summed for every fitted or forecast point in time and divided again by the number of fitted points n. This makes it a percentage error so one can compare the error of fitted time series that differ in level.

Although the concept of MAPE sounds very simple and convincing, it has two major drawbacks in practical application:

The alternative MAPE definition:

Problems can occur when calculating the MAPE value with a series of small denominators. A singularity problem of the form 'one divided by zero' and/or the creation of very large changes in the Absolute Percentage Error, caused by a small deviation in error, can occur.

The difference with the original formula is that each Actual Value (At) of the series is replaced by the average Actual Value (Āt) of that series. Hence, the distortions are smoothed out. This alternative is still being used for measuring the performance of models that forecast spot electricity prices. [1]

See also

References

  1. ^ Jorrit Vander Mynsbrugge (2010). Bidding Strategies Using Price Based Unit Commitment in a Deregulated Power Market, K.U.Leuven